home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / ghostscr / gs252win.zip / README.DOC < prev   
Text File  |  1992-09-01  |  4KB  |  124 lines

  1.    Copyright (C) 1990, 1992 Aladdin Enterprises.  All rights reserved.
  2.    Distributed by Free Software Foundation, Inc.
  3.  
  4. This file is part of Ghostscript.
  5.  
  6. Ghostscript is distributed in the hope that it will be useful, but
  7. WITHOUT ANY WARRANTY.  No author or distributor accepts responsibility
  8. to anyone for the consequences of using it or for whether it serves any
  9. particular purpose or works at all, unless he says so in writing.  Refer
  10. to the Ghostscript General Public License for full details.
  11.  
  12. Everyone is granted permission to copy, modify and redistribute
  13. Ghostscript, but only under the conditions described in the Ghostscript
  14. General Public License.  A copy of this license is supposed to have been
  15. given to you along with Ghostscript so you can know your rights and
  16. responsibilities.  It should be in a file named COPYING.  Among other
  17. things, the copyright notice and this notice must be preserved on all
  18. copies.
  19.  
  20. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  21.  
  22. This file, readme.doc, describes problems and new features in the
  23. current release of Ghostscript.  This file describes version 2.5.1 of
  24. Ghostscript.
  25.  
  26. For an overview of Ghostscript and a list of the documentation files, see
  27. README.
  28.  
  29. New features
  30. ============
  31.  
  32. Note: this is not a complete list of new features.  See the most recent
  33. section of NEWS for full details.
  34.  
  35. A serious performance bug in curve drawing (introduced in release
  36. 2.5) has been fixed.
  37.  
  38. The standard MS-DOS executables now include a driver for the H-P
  39. DeskJet 500C.
  40.  
  41. Known problems
  42. ==============
  43.  
  44. Interpreter
  45. -----------
  46.  
  47. The interactive interpreter requires that every statement fit on a line,
  48. i.e., you can't have an unpaired ( or {.
  49.  
  50. On a MS-DOS system, interrupting Ghostscript by typing ^C doesn't restore
  51. the display mode.
  52.  
  53. Operators
  54. ---------
  55.  
  56. The Ghostscript language does not include the following operators of the
  57. PostScript language:
  58.  
  59.     resetfile
  60.     banddevice, renderbands
  61.  
  62. The following are not implemented completely:
  63.  
  64.     %statementedit (file name): interpreted as equivalent to
  65. %lineedit.
  66.  
  67. Most of the new color operators, particularly those that support the CMYK
  68. color model, are implemented as Ghostscript language procedures, and they
  69. essentially emulate CMYK using RGB.
  70.  
  71. The following operators that expect arrays won't accept packed arrays:
  72.     definefont (Subrs (type 1 fonts))
  73.     setdash (dash pattern)
  74.     setcachedevice (bounding box)
  75.     makeimagedevice (palette)
  76.  
  77. The file operator only recognizes modes r and w, not the newer modes r+,
  78. w+, a, and a+.
  79.  
  80. Limitations
  81. -----------
  82.  
  83. Floating point exceptions terminate Ghostscript, rather than producing a
  84. rangecheck error.
  85.  
  86. Some access checks aren't implemented.
  87.  
  88. copypage does nothing in the MS-DOS implementation, and merely
  89. synchronizes the X connection in the Unix implementation.  showpage is a
  90. procedure that does a copypage and then beeps the bell and waits for the
  91. user to hit a key. (copypage does do the right thing for printers.)
  92.  
  93. Graphics bugs
  94. -------------
  95.  
  96. strokepath produces incorrect output for dashed lines.
  97.  
  98. The implementation only looks at the PaintType of the font when doing
  99. show, not when doing charpath.  Because of this, stroked fonts don't work
  100. correctly with charpath.
  101.  
  102. arcto gives an error for negative radii.
  103.  
  104. Changing the contents of the Encoding array or the Metrics dictionary of a
  105. font dynamically doesn't produce the expected result (may have no effect)
  106. if character caching is enabled.
  107.  
  108. Halftone patterns "flip over" at the 50% coverage point, producing
  109. anomalous visual effects on some color devices.
  110.  
  111. We have not been able to test 2-, 4-, and 16-bit memory devices as
  112. thoroughly as 1-, 8-, 24-, and 32-bit devices; please report any
  113. problems.
  114.  
  115. Opening more than one window device at the same time doesn't work.
  116. This is the case for both X Windows and Microsoft Windows.
  117.  
  118. Non-graphics bugs
  119. -----------------
  120.  
  121. restore doesn't properly undo currentgstate.
  122.  
  123. copy doesn't handle gstates.
  124.